Loading
notes intro/old submit AP Problems the dump links
 

Warmup- Grades Classes

 

I have this data file. It includes the grades of Leo,Chris,Alex and Nathan. It is a lot of grades. I want to find grade info about each of them.

 

Create class Student that will allow us to keep track of the name, average, highestScore, lowestScore, and numberOfTest.

Create an appropriate constructor. Write the necessary getters and also a addScore and toString method(which will return all of that info nicely).

 

Now use this class to test it out.